home *** CD-ROM | disk | FTP | other *** search
- object frmUnlock: TfrmUnlock
- Left = 267
- Top = 393
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Please enter the unlock information'
- ClientHeight = 140
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object lblName: TLabel
- Left = 10
- Top = 17
- Width = 37
- Height = 16
- Caption = '&Name'
- FocusControl = txtName
- end
- object lblUnlockCode: TLabel
- Left = 10
- Top = 76
- Width = 78
- Height = 16
- Caption = '&Unlock Code'
- FocusControl = txtUnlockCode
- end
- object lblCompanyname: TLabel
- Left = 10
- Top = 47
- Width = 98
- Height = 16
- Caption = '&Company Name'
- FocusControl = txtUserCompanyName
- end
- object txtUnlockCode: TEdit
- Left = 118
- Top = 71
- Width = 257
- Height = 24
- TabOrder = 2
- end
- object txtName: TEdit
- Left = 118
- Top = 12
- Width = 257
- Height = 24
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 188
- Top = 108
- Width = 93
- Height = 29
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = btnOKClick
- end
- object txtUserCompanyName: TEdit
- Left = 118
- Top = 42
- Width = 257
- Height = 24
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 285
- Top = 108
- Width = 93
- Height = 29
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-